?>

'.$themename.' settings saved.

'; if ( $_REQUEST['reset'] ) echo '

'.$themename.' settings reset.

'; if ( $_REQUEST['error'] ) echo '

Sidebar already exists, please use a different name.

'; if ( $_GET['upgraded'] ) ''; ?>
OptimizePress Settings
There appears to be a problem with your license. Please ensure you have licensed your domain correctly following the instructions in the members area. Contact check Support Site for more help'; } elseif ($CheckKey == 2) { echo 'There appears to be a problem with your license. Please ensure you have licensed your domain correctly following the instructions in the members area. Contact check Support Site for more help'; } elseif ($CheckKey == 3) { update_option( 'OptimizePress_active', '1' ); update_option( 'OptimizePress_licensekey', $_REQUEST['lickey'] ); echo 'Thank you! Your theme has been activated successfully.
'; } } CheckLicenseFileAdmin(); ?>


' : ''; echo ( $value[ 'videotxt' ] ) ? ' ' : ''; ?>

' : ''; echo ( $value[ 'videotxt' ] ) ? ' ' : ''; ?>
" />
' : ''; echo ( $value[ 'videotxt' ] ) ? ' ' : ''; ?>

' : ''; echo ( $value[ 'videotxt' ] ) ? ' ' : ''; ?>
>
/>  ' : ''; echo ( $value[ 'videotxt' ] ) ? ' ' : ''; ?>
' : ''; echo ( $value[ 'videotxt' ] ) ? ' ' : ''; ?>
> ' : ''; echo ( $value[ 'videotxt' ] ) ? ' ' : ''; ?>
Uploaded Images:'; ?>
" class="field_txt uploaded_url" id="" name="">

Upload Image " name="_action">
$optpress_pgname) { if ($optpress_pgname !='') { echo '
'.$optpress_pgname.'
'; } } ?>

' : ''; echo ( $value[ 'videotxt' ] ) ? ' ' : ''; ?>

IMPORTANT: If you are licensing your site, click the "Submit/Submit Query" button at the top of this page, not the "Save Changes" button
$value) { if ( preg_match("/flash_slider_/", $key) ) { $options_slider[$key] = $value; } if ( preg_match("/custom_slider_/", $key) ) { $options_slider_custom[$key] = $value; } delete_option( $shortname.'_flash_slider'); delete_option( $shortname.'_custom_slider'); update_option( $shortname.'_flash_slider', $options_slider); update_option( $shortname.'_custom_slider', $options_slider_custom); } $gen_i = 0; foreach ($options as $value) { if($value['id'] != 'sidebar_generator_0'){ if($value['type'] == 'file') { $gensettingupload = new CI_Up_Mark(); if(!is_dir(WP_CONTENT_DIR .'/uploads')) { mkdir(WP_CONTENT_DIR .'/uploads', 0777); } if(!is_dir(WP_CONTENT_DIR .'/uploads/normal')) { mkdir(WP_CONTENT_DIR .'/uploads/normal', 0777); } if(!is_dir(WP_CONTENT_DIR .'/uploads/thumbs')) { mkdir(WP_CONTENT_DIR .'/uploads/thumbs', 0777); } $dirname = WP_CONTENT_DIR .'/uploads'; $dir = get_bloginfo('home').'/wp-content/uploads'; $gensettingupload->set_FPath($dirname."/"); $gensettingupload->filepaththumb = $dirname."/thumbs/"; $gensettingupload->filepathnormal = $dirname."/normal/"; $gensettingupload->set_File($value['id']); $myimage = 'images'; $imagename = ''; if($_FILES[$value['id']]['name']!=""){ if($gensettingupload->is_ImageFile()==true){ $imagename = $gensettingupload->do_UploadFile(); update_option( $value['id'].'_'.$myimage, $dir.'/'.$imagename ); update_option( $value['id'].'_'.$myimage.'_thumbs', $dir.'/thumbs/'.$imagename ); update_option( $value['id'].'_'.$myimage.'_normal', $dir.'/normal/'.$imagename ); } } unset($gensettingupload); } $options_array[$value['id']] = $_REQUEST[ $value['id'] ]; } $gen_i++; } $options_array['activate_header_sitewide_tick'] = $_REQUEST[ 'activate_header_sitewide_tick' ]; $options_array['footer_poweredby_tick'] = $_REQUEST[ 'footer_poweredby_tick' ]; $options_array['footerlinkstarget_tick'] = $_REQUEST[ 'footerlinkstarget_tick' ]; $options_array['activatefooterdisclaimermsg_tick'] = $_REQUEST[ 'activatefooterdisclaimermsg_tick' ]; update_option( $shortname.'_general_settings', $options_array); global $wpdb, $shortname; $postids_meta = $wpdb->get_results("SELECT post_id FROM $wpdb->postmeta WHERE meta_key = '_launchpage_showlinkstovideospages'", ARRAY_A); $launch_pages_array = array(); if ( is_array($postids_meta) ){ foreach ($postids_meta as $key => $value) { $launch_pages_array[] = $value['post_id']; } } $launchpages_count = count($launch_pages_array); $i=0; while($i<$launchpages_count) { $getshowlinksvideos = $wpdb->get_results("SELECT meta_value FROM $wpdb->postmeta WHERE meta_key = '_launchpage_showlinkstovideospages' AND post_id = '".$launch_pages_array[$i]."'", ARRAY_A); $myshowlinksvideos = array(); if ( is_array($getshowlinksvideos) ){ foreach ($getshowlinksvideos as $key => $value) { $myshowlinksvideos = explode(",", $value['meta_value']); } } $options = array( array( "id" => "video1_setup", "name" => "video1_setup", "type" => "" ), array( "id" => "video2_setup", "name" => "video2_setup", "type" => "" ), array( "id" => "video3_setup", "name" => "video3_setup", "type" => "" ), array( "id" => "video4_setup", "name" => "video4_setup", "type" => "" ), array( "id" => "video5_setup", "name" => "video5_setup", "type" => "" ), array( "id" => "video6_setup", "name" => "video6_setup", "type" => "" ), array( "id" => "video7_setup", "name" => "video7_setup", "type" => "" ), array( "id" => "video8_setup", "name" => "video8_setup", "type" => "" ) ); $get_options = get_option($shortname.'_general_settings'); $check_funnels_array = array(); foreach ($options as $value) { $id = $value['id']; if(stripslashes($get_options[$id])!="") { $check_funnels_array[] = stripslashes($get_options[$id]); } } $result = array_diff($myshowlinksvideos, $check_funnels_array); foreach ($result as $key => $value) { unset($myshowlinksvideos[$key]); } $myshowlinksvideos = implode(",", $myshowlinksvideos); update_post_meta( $launch_pages_array[$i], '_launchpage_showlinkstovideospages', $myshowlinksvideos ); $i++; } header("Location: admin.php?page=$send&saved=true$hidden_anchor"); die; } else if( 'reset' == $_REQUEST['action'] ) { foreach ($options as $value) { delete_option( $value['id'] ); } header("Location: admin.php?page=$send&reset=true$hidden_anchor"); die; } } add_menu_page($themename." Settings", $themename, 'edit_themes', $page_handle, 'optpress_admin_options'); add_submenu_page($page_handle, __('General Settings'), __('General Settings'), 'edit_themes', $page_handle, 'optpress_admin_options'); add_submenu_page( $page_handle, 'Instant Pages', 'Instant Pages', '10', 'op_instant_pages', 'ss_pagegenerator_config'); add_submenu_page( $page_handle, 'Membership Page Settings', 'Membership Options', '10', $themename.'-membershipconfigs', 'ss_mmb_config'); add_submenu_page( $page_handle, 'Blog Page Settings', 'Blog Options', '10', $themename.'-blogconfigs', 'ss_blg_config'); add_submenu_page( $page_handle, 'SEO Settings', 'SEO Options', '10', $themename.'-seo', 'ss_seo_config'); add_submenu_page( $page_handle, 'Sales Letter Navbar', 'Sales Letter Navbar', '10', $themename.'-salesconfigs', 'ss_sln_config'); add_submenu_page( $page_handle, 'Squeeze Page Settings', 'Squeeze Page Navbar', '10', $themename.'-squeezeconfigs', 'ss_spn_config'); add_submenu_page( $page_handle, 'Configuration', 'Funnel Config', '10', 'admin-configs', 'ss_adm_config'); add_submenu_page( $page_handle, 'Funnel Settings', 'Funnel Page Setup', '10', 'funnel-settings', 'ss_funnel_setup'); } function ajax_update_widgets($sidebar_id) { $get_widgets = wp_get_sidebars_widgets(); unset( $get_widgets['array_version'] ); $before_delete = true; $i=0; foreach ($get_widgets as $key => $value) { if( !preg_match('/optpress_sidebar-([0-9]+)/', $key) ) { $update_widgets[$key] = $value; } if( preg_match('/optpress_sidebar-([0-9]+)/', $key) ) { if($key == "optpress_sidebar-$sidebar_id") { $before_delete = false; $inactive_widgets = $value; } if( ($key != "optpress_sidebar-$sidebar_id") && ($before_delete == true) ) { $update_widgets[$key] = $value; } if( ($key != "optpress_sidebar-$sidebar_id") && ($before_delete == false) ) { $update_widgets['optpress_sidebar-'.$i] = $value; } $i++; } } $update_widgets['wp_inactive_widgets'] = array_merge($inactive_widgets, (array) $update_widgets['wp_inactive_widgets']); wp_set_sidebars_widgets($update_widgets); } function ajax_sidebar_rm() { global $shortname, $wpdb; $sidebar = $_POST['sidebar']; $sidebar_id = $_POST['sidebar_id']; $sidebar_name = $_POST['sidebar_name']; $pieces = explode(",", $sidebar); foreach ($pieces as $key => $value) { if($value != '') $options_sidebar_rm[ $value ] = $value; } update_option( $shortname.'_sidebar_generator', $options_sidebar_rm); ajax_update_widgets($sidebar_id); $sidebar_meta = $wpdb->get_results("SELECT post_id FROM $wpdb->postmeta WHERE meta_value = '$sidebar_name'", ARRAY_A); if ( is_array($sidebar_meta) ){ foreach ($sidebar_meta as $key => $value) { delete_post_meta($value['post_id'], 'selected_sidebar'); } } } function ss_pagegenerator_config() { global $themename; include 'page_generator.php'; } function ss_mmb_config() { global $themename; include 'mmb_config.php'; } function ss_blg_config() { global $themename; include 'blg_config.php'; } function ss_sln_config() { global $themename; include 'sln_config.php'; } function ss_spn_config() { global $themename; include 'spn_config.php'; } function ss_seo_config() { global $themename; include 'seo_config.php'; } function ss_funnel_setup() { global $themename; include 'adm_funnel_setup.php'; } function ss_adm_config() { global $themename; include 'adm_config.php'; } add_action('wp_ajax_op_ajax_post_action', 'op_ajax_callback'); function op_ajax_callback() { global $wpdb; if ( isset($_POST['type']) ) { if ( $_POST['type'] == 'upload' ) { $clickedID = $_POST['data']; $filename = $_FILES[$clickedID]; $filename['name'] = preg_replace('/[^a-zA-Z0-9._\-]/', '', $filename['name']); $override['test_form'] = false; $override['action'] = 'wp_handle_upload'; $uploaded_file = wp_handle_upload( $filename, $override ); $upload_tracking[] = $clickedID; if (!empty($uploaded_file['error'])) { echo 'Upload Error: ' . $uploaded_file['error']; } else { echo $uploaded_file['url']; } die; } } } add_action('wp_ajax_sidebar_rm', 'ajax_sidebar_rm'); add_action('wp_ajax_show_hide_pgs', 'ajax_show_hide_pgs'); add_action('admin_menu', 'optpress_add_admin_options'); ?> Nothing found for Tag Company '%20 %20$value[%20'videolink'%20]%20 ' This theme is not yet activated, please enter the license key to activate the theme.